[Python-Dev] atexit missing an unregister method

2005-04-26 Thread Nick Jacobson
, so that you don't try to free the resources twice! atexit.unregisterall() Alternatively, it would be great if there were a way to view the stack of registered functions, and delete them from there. --Nick Jacobson _ Don’t just

[Python-Dev] misplaced PEP

2005-06-19 Thread Nick Jacobson
At the www.python.org/peps page, PEP 281 is erroneously listed in the Finished PEPs (done, implemented in CVS) section. Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football

Re: [Python-Dev] misplaced PEP

2005-06-19 Thread Nick Jacobson
Well, it's fixed now. Thanks to whomever took care of it. --- Nick Jacobson [EMAIL PROTECTED] wrote: At the www.python.org/peps page, PEP 281 is erroneously listed in the Finished PEPs (done, implemented in CVS) section. __ Do You Yahoo

[Python-Dev] reference counting in Py3K

2005-09-06 Thread Nick Jacobson
While we're on the subject of Python 3000, what's the chance that reference counting when calling C functions from Python will go away? To me this is one of the few annoyances I have with Python. I know that Ruby somehow gets around the need for ref. counting.