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 vstinner
Recipients Alex Budovski, ncoghlan, smcv, vstinner, xiang.zhang
Date 2016-08-17.12:06:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471435590.2.0.0880347111228.issue24853@psf.upfronthosting.co.za>
In-reply-to
Content
> This means initialize/run script/finalize will crash the second time, since the inittab can have stale entries.

Sorry, I don't understand. inittab: do you mean _PyImport_Inittab defined in Modules/config.c or PC/config.c? This table is constant, no?

Are you able to reproduce a crash?

I suggest to close the issue as not a bug :-p
History
Date User Action Args
2016-08-17 12:06:30vstinnersetrecipients: + vstinner, ncoghlan, xiang.zhang, Alex Budovski, smcv
2016-08-17 12:06:30vstinnersetmessageid: <1471435590.2.0.0880347111228.issue24853@psf.upfronthosting.co.za>
2016-08-17 12:06:30vstinnerlinkissue24853 messages
2016-08-17 12:06:30vstinnercreate