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 James Edington
Recipients James Edington
Date 2020-02-23.05:34:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582436056.52.0.172079709412.issue39727@roundup.psfhosted.org>
In-reply-to
Content
It appears that cgi.parse() in Python 3.7.6 [GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] fatally chokes on POST requests with multipart/form-data due to some internal processing still relying on assumptions from when str and bytes were the same object.

I'll attach as the first comment the "try-it-at-home" file to demonstrate this error.
History
Date User Action Args
2020-02-23 05:34:16James Edingtonsetrecipients: + James Edington
2020-02-23 05:34:16James Edingtonsetmessageid: <1582436056.52.0.172079709412.issue39727@roundup.psfhosted.org>
2020-02-23 05:34:16James Edingtonlinkissue39727 messages
2020-02-23 05:34:16James Edingtoncreate