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 eli.bendersky
Recipients eli.bendersky, ezio.melotti, ncoghlan, serhiy.storchaka
Date 2013-09-02.21:54:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378158886.96.0.213132040174.issue18906@psf.upfronthosting.co.za>
In-reply-to
Content
> An easier hack is likely just a new "always run in subprocess" container
> with submodule names in regrtest.py. It's not elegant, but it will work.
>

True, that's also an option. I had it in mind in the beginning, but it's
too hacky for my tastes :-) Not doing state-changing stuff in the global
scope is a good practice anyway, so the restriction should not be too horrible.

Do we have some sort of conventions of outside-discoverable module
attributes (like the __REGRTEST_SUBPROCESS__ proposed above)? I.e. in terms
of naming, type, expected values?
History
Date User Action Args
2013-09-02 21:54:46eli.benderskysetrecipients: + eli.bendersky, ncoghlan, ezio.melotti, serhiy.storchaka
2013-09-02 21:54:46eli.benderskysetmessageid: <1378158886.96.0.213132040174.issue18906@psf.upfronthosting.co.za>
2013-09-02 21:54:46eli.benderskylinkissue18906 messages
2013-09-02 21:54:46eli.benderskycreate