Message 113342 - Python tracker

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.

Content
pitrou> It looks like you are a fixing a bug in setup_context() 
pitrou> at the same time as you introduce PyErr_WarnFormat(). 
pitrou> Both changes should probably go in separately.

Right. r83860 fixes the bug, and I attached a new version of the patch (with :versionadded:).