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 vstinner
Recipients Petter S, belopolsky, josh.r, paul.moore, python-dev, steve.dower, thatiparthy, tim.golden, vmurashev, vstinner, zach.ware
Date 2018-11-22.07:45:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542872719.19.0.788709270274.issue25155@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

"""
This bug is happening for 3.6 too.  Please see below,
(...)
  File "/home/dtdev/virtual/upwork/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util/connection.py", line 85, in create_connection
    sock.settimeout(timeout)
OverflowError: timestamp too large to convert to C _PyTime_t
"""

This error is different: the error occurs on socket.socket.settimeout() and comes from urllib3, not from the Python standard library. You should report this traceback to urllib3.
History
Date User Action Args
2018-11-22 07:45:19vstinnersetrecipients: + vstinner, paul.moore, belopolsky, tim.golden, python-dev, zach.ware, steve.dower, vmurashev, thatiparthy, josh.r, Petter S
2018-11-22 07:45:19vstinnersetmessageid: <1542872719.19.0.788709270274.issue25155@psf.upfronthosting.co.za>
2018-11-22 07:45:19vstinnerlinkissue25155 messages
2018-11-22 07:45:19vstinnercreate