Make random module PEP-384 compatible · Issue #82256 · python/cpython (original) (raw)

BPO 38075
Nosy @Yhg1s, @rhettinger, @vstinner, @tiran, @DinoV, @ericsnowcurrently, @serhiy-storchaka
PRs bpo-38075: Port _randommodule.c to PEP-384 #15798bpo-38075: Fix random_seed(): use PyObject_CallOneArg() #18897

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 = 'https://github.com/DinoV' closed_at = <Date 2019-09-16.08:07:56.459> created_at = <Date 2019-09-09.15:57:58.797> labels = ['extension-modules', 'type-feature', '3.9'] title = 'Make random module PEP-384 compatible' updated_at = <Date 2020-03-10.14:15:35.260> user = 'https://github.com/DinoV'

bugs.python.org fields:

activity = <Date 2020-03-10.14:15:35.260> actor = 'vstinner' assignee = 'dino.viehland' closed = True closed_date = <Date 2019-09-16.08:07:56.459> closer = 'vstinner' components = ['Extension Modules'] creation = <Date 2019-09-09.15:57:58.797> creator = 'dino.viehland' dependencies = [] files = [] hgrepos = [] issue_num = 38075 keywords = ['patch'] message_count = 9.0 messages = ['351509', '351548', '351574', '351627', '352276', '352472', '352528', '363821', '363823'] nosy_count = 7.0 nosy_names = ['twouters', 'rhettinger', 'vstinner', 'christian.heimes', 'dino.viehland', 'eric.snow', 'serhiy.storchaka'] pr_nums = ['15798', '18897'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue38075' versions = ['Python 3.9']