python / cpython

The Python programming language
https://www.python.org
Other
63.45k stars 30.38k forks source link

SpooledTemporaryFile.truncate returns None #89756

Open 51920402-d08c-4ba9-b868-f0bbff438904 opened 3 years ago

51920402-d08c-4ba9-b868-f0bbff438904 commented 3 years ago
BPO 45593
Nosy @rooterkyberian
PRs
  • python/cpython#29197
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields: ```python assignee = None closed_at = None created_at = labels = ['type-bug', 'library', '3.11'] title = 'SpooledTemporaryFile.truncate returns None' updated_at = user = 'https://github.com/rooterkyberian' ``` bugs.python.org fields: ```python activity = actor = 'rooter' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = creator = 'rooter' dependencies = [] files = [] hgrepos = [] issue_num = 45593 keywords = ['patch'] message_count = 1.0 messages = ['404914'] nosy_count = 1.0 nosy_names = ['rooter'] pr_nums = ['29197'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue45593' versions = ['Python 3.11'] ```

    51920402-d08c-4ba9-b868-f0bbff438904 commented 3 years ago

    Related: https://bugs.python.org/issue40287 https://bugs.python.org/msg319145

    rooterkyberian commented 1 year ago

    ping - the PR resolving this is open for almost 2y now:D