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 lukasz.langa
Recipients lukasz.langa, serhiy.storchaka, vstinner
Date 2019-12-10.15:03:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575990186.74.0.753297592604.issue39015@roundup.psfhosted.org>
In-reply-to
Content
The original issue was bpo-36048. Some call sites were not updated and now 3.8.0 and 3.8.1rc1 are emitting a lot of warnings like:

    <frozen importlib._bootstrap>:219: DeprecationWarning: an integer is required (got type float).  Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.

Adding authors of GH-11952 as nosy.
History
Date User Action Args
2019-12-10 15:03:06lukasz.langasetrecipients: + lukasz.langa, vstinner, serhiy.storchaka
2019-12-10 15:03:06lukasz.langasetmessageid: <1575990186.74.0.753297592604.issue39015@roundup.psfhosted.org>
2019-12-10 15:03:06lukasz.langalinkissue39015 messages
2019-12-10 15:03:06lukasz.langacreate