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 izbyshev
Recipients belopolsky, izbyshev, p-ganssle, serhiy.storchaka, taleinat
Date 2018-08-23.17:41:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535046110.83.0.56676864532.issue34482@psf.upfronthosting.co.za>
In-reply-to
Content
This is a follow-up of #34454. 'datetime' extension module attempts to encode input strings into UTF-8 in several places, which requires special care because some valid Python strings can't be represented in UTF-8. It makes sense to add more tests for methods dealing with strings.

Note that my PR doesn't attempt to deal with #34481. In cases where behavior differs between C and Python datetime impls the tests check only for  absence of crashes.
History
Date User Action Args
2018-08-23 17:41:50izbyshevsetrecipients: + izbyshev, belopolsky, taleinat, serhiy.storchaka, p-ganssle
2018-08-23 17:41:50izbyshevsetmessageid: <1535046110.83.0.56676864532.issue34482@psf.upfronthosting.co.za>
2018-08-23 17:41:50izbyshevlinkissue34482 messages
2018-08-23 17:41:50izbyshevcreate