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 ncoghlan
Recipients ncoghlan
Date 2014-11-14.11:47:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415965639.82.0.816987876775.issue22869@psf.upfronthosting.co.za>
In-reply-to
Content
Known issues with the current split:

* reference count printing is duplicated (lifecycle prints it at shutdown, pythonrun at the interactive prompt)

* pythonrun references PyInspect_Flag directly without an extern declaration

* This particular oddity wasn't introduced by this patch, but it turns out PyOptimize_Flag lives in compile.c, rather than with the other global flags in pythonrun.c. It's also declared as a public data API in pydebug.h
History
Date User Action Args
2014-11-14 11:47:19ncoghlansetrecipients: + ncoghlan
2014-11-14 11:47:19ncoghlansetmessageid: <1415965639.82.0.816987876775.issue22869@psf.upfronthosting.co.za>
2014-11-14 11:47:19ncoghlanlinkissue22869 messages
2014-11-14 11:47:19ncoghlancreate