Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use _PyTime_ROUND_TIMEOUT in _threadmodule.c, timemodule.c and socketmodule.c #75987

Closed
pablogsal opened this issue Oct 17, 2017 · 3 comments
Closed
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@pablogsal
Copy link
Member

BPO 31806
Nosy @serhiy-storchaka, @pablogsal
PRs
  • bpo-31806: Use _PyTime_ROUND_TIMEOUT in _threadmodule.c, timemodule.c and socketmodule.c #4026
  • [3.6] bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (GH-4026) #4030
  • [3.6] bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (GH-4026) #4032
  • 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:

    assignee = None
    closed_at = <Date 2017-10-18.12:10:20.915>
    created_at = <Date 2017-10-17.22:21:32.512>
    labels = ['3.7', 'type-bug', 'library']
    title = 'Use _PyTime_ROUND_TIMEOUT in _threadmodule.c, timemodule.c and socketmodule.c'
    updated_at = <Date 2017-10-18.12:10:20.914>
    user = 'https://github.com/pablogsal'

    bugs.python.org fields:

    activity = <Date 2017-10-18.12:10:20.914>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-10-18.12:10:20.915>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2017-10-17.22:21:32.512>
    creator = 'pablogsal'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31806
    keywords = ['patch']
    message_count = 3.0
    messages = ['304540', '304557', '304568']
    nosy_count = 2.0
    nosy_names = ['serhiy.storchaka', 'pablogsal']
    pr_nums = ['4026', '4030', '4032']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue31806'
    versions = ['Python 3.6', 'Python 3.7']

    @pablogsal
    Copy link
    Member Author

    Following PR for https://bugs.python.org/issue31786 time_sleep, lock_acquire_parse_args and socket_parse_timeout should use _PyTime_ROUND_TIMEOUT instead of _PyTime_ROUND_CEILING.

    @pablogsal pablogsal added 3.7 (EOL) end of life stdlib Python modules in the Lib dir labels Oct 17, 2017
    @serhiy-storchaka
    Copy link
    Member

    New changeset 59af94f by Serhiy Storchaka (Pablo Galindo) in branch 'master':
    bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (bpo-4026)
    59af94f

    @serhiy-storchaka
    Copy link
    Member

    New changeset be4e9cc by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6':
    [3.6] bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (GH-4026) (bpo-4032)
    be4e9cc

    @serhiy-storchaka serhiy-storchaka added the type-bug An unexpected behavior, bug, or error label Oct 18, 2017
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants