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 lys.nikolaou
Recipients lys.nikolaou
Date 2018-11-15.01:14:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542244463.09.0.788709270274.issue35252@psf.upfronthosting.co.za>
In-reply-to
Content
In test_functools.TestSingleDispatch.test_invalid_registrations (https://github.com/python/cpython/blob/4c596d54aa6a55e9d2a3db78891e656ebbfb63c8/Lib/test/test_functools.py#L2299) there is a FIXME with an immediate return afterwards that says that the code after the return should only be allowed to run after PEP 560 is implemented. Now that it is implemented the dead code should work fine, so the return has to be deleted.
History
Date User Action Args
2018-11-15 01:14:23lys.nikolaousetrecipients: + lys.nikolaou
2018-11-15 01:14:23lys.nikolaousetmessageid: <1542244463.09.0.788709270274.issue35252@psf.upfronthosting.co.za>
2018-11-15 01:14:22lys.nikolaoulinkissue35252 messages
2018-11-15 01:14:22lys.nikolaoucreate