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 pitrou
Recipients debarshig, loewis, pitrou
Date 2013-10-18.10:32:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382092326.96.0.46136334879.issue19283@psf.upfronthosting.co.za>
In-reply-to
Content
The easy answer is: don't execute a script, import a module instead (and either do something at that module's top-level, or execute a function inside the module).

Also, as for ABI issues, take a look at:
http://docs.python.org/3.3/c-api/stable.html
History
Date User Action Args
2013-10-18 10:32:07pitrousetrecipients: + pitrou, loewis, debarshig
2013-10-18 10:32:06pitrousetmessageid: <1382092326.96.0.46136334879.issue19283@psf.upfronthosting.co.za>
2013-10-18 10:32:06pitroulinkissue19283 messages
2013-10-18 10:32:06pitroucreate