This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alexandre.vassalotti
Recipients Arfrever, alexandre.vassalotti, asvetlov, mstefanro, ncoghlan, neologix, pitrou, rhettinger, serhiy.storchaka
Date 2013-08-18.22:49:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376866173.24.0.248146119282.issue17810@psf.upfronthosting.co.za>
In-reply-to
Content
I am still working on it. I am implemented support for nested globals last week (http://hg.python.org/features/pep-3154-alexandre/rev/c8991b32a47e). At this point, the only big piece remaining is the support for method descriptors. There are other minor things left but we can worry about those later.

Nick, thanks for the pointer! I didn't know about PEP 451. I will look how we can use it in pickle.
History
Date User Action Args
2013-08-18 22:49:33alexandre.vassalottisetrecipients: + alexandre.vassalotti, rhettinger, ncoghlan, pitrou, Arfrever, asvetlov, neologix, serhiy.storchaka, mstefanro
2013-08-18 22:49:33alexandre.vassalottisetmessageid: <1376866173.24.0.248146119282.issue17810@psf.upfronthosting.co.za>
2013-08-18 22:49:33alexandre.vassalottilinkissue17810 messages
2013-08-18 22:49:33alexandre.vassalotticreate