Skip to content

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

@diazerium

Description

@diazerium

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",
]
}

<-- -->

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions