Explore >> Select a destination


You are here

www.paulsprogrammingnotes.com
| | ravendb.net
12.9 parsecs away

Travel
| | Our monitoring system pinged us about a problem with a RavenDB cluster running in production. The problem was simple, we saw quite a bit of server restarts f...
| | blog.jak-linux.org
13.5 parsecs away

Travel
| | Last year, in July, I reported an issue to Python's issue tracker. This issue can be seen at http://bugs.python.org/issue6483. Since then, there has been no action on this bug from the developers. The bug describes that every object stored in a module will not be deallocated if the module is deallocated and it's m_size = -1 (which it should be if the module has no state). The problem seems to be that Python copies the dictionary of the module but forgets to decrease the reference count of the copy when the module is deallocated. This bug may have serious impact if objects are stored in the module which write status to a file when they are deallocated, because the deallocation functions are never called.
| | blog.pesky.moe
36.1 parsecs away

Travel
| | This is where I collect my ramblings.
| | www.evanmiller.org
34.3 parsecs away

Travel
| A review of Rust, the programming language built for safety - not necessarily for comfort.