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 jaraco
Recipients eric.snow, jaraco, orsenthil, tburke
Date 2019-09-13.14:26:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568384766.95.0.733728735671.issue36274@roundup.psfhosted.org>
In-reply-to
Content
I believe this issue is more recent and widespread than I originally thought. I realized today that CherryPy is affected by this issue and [disabled nightly tests](https://github.com/cherrypy/cherrypy/issues/1781#issuecomment-507836873) as a result. It looks like the changed behavior was introduced in Python 3.7.4, so I expect stable releases to start failing also now. In that case, the web framework wishes to test that a null byte transmitted by the client is handled properly in the server, and without a patch, it's not possible for a project like cherrypy to transmit the invalid request to ensure a proper invalid response.

I see now that the previously proposed solution wouldn't even address this use-case, as the null byte would still have been excluded.
History
Date User Action Args
2019-09-13 14:26:06jaracosetrecipients: + jaraco, orsenthil, eric.snow, tburke
2019-09-13 14:26:06jaracosetmessageid: <1568384766.95.0.733728735671.issue36274@roundup.psfhosted.org>
2019-09-13 14:26:06jaracolinkissue36274 messages
2019-09-13 14:26:06jaracocreate