requests icon indicating copy to clipboard operation
requests copied to clipboard

import Requests kicks me out of python interpreter. (Python 3.14.0a5)

Open diazerium opened this issue 3 months ago • 2 comments

Expected Result

Python 3.14.0a5 (main, Feb 12 2025, 14:50:24) [MSC v.1942 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

import requests exit() (standard bash prompt)

Actual Result

Python 3.14.0a5 (main, Feb 12 2025, 14:50:24) [MSC v.1942 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

import requests (standard bash prompt)

Reproduction Steps

tried the same with: 'import os' which works fine

import os

System Information

$ python -m requests.help
{
system = "windows 11"
requires-python = ">=3.14"
dependencies = [
 "requests>=2.32.5",
]
}

<-- -->

diazerium avatar Oct 10 '25 16:10 diazerium

I would like to solve this issue

aviralgarg05 avatar Nov 01 '25 21:11 aviralgarg05

I wasnt able to repro this issue on Mac running python 3.14

BismeetSingh avatar Nov 23 '25 05:11 BismeetSingh