◐ Shell
clean mode source ↗

[Patch] '_crypt' module: fix implicit declaration of crypt(), use crypt_r() where available

BPO 28503
Nosy @gpshead, @pitrou, @benjaminp, @xdegaye, @serhiy-storchaka, @EdSchouten
PRs
  • bpo-28503: _crypt: fix implicit declaration of crypt(), use crypt_r() if available. #4691
  • bpo-28503: Use crypt_r() when available instead of crypt() #11373
  • bpo-28503: Use crypt_r() when available instead of crypt() #11373
  • bpo-28503: Use crypt_r() when available instead of crypt() #11373
  • [3.7] bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) #11376
  • [3.7] bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) #11376
  • [3.7] bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) #11376
  • Files
  • crypt.diff: Fix implicit declaration of crypt(), use crypt_r() where available
  • 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/gpshead'
    closed_at = <Date 2018-12-31.02:01:37.801>
    created_at = <Date 2016-10-22.07:52:55.782>
    labels = ['extension-modules', '3.7', '3.8']
    title = "[Patch] '_crypt' module: fix implicit declaration of crypt(), use crypt_r() where available"
    updated_at = <Date 2018-12-31.02:01:37.801>
    user = 'https://github.com/EdSchouten'

    bugs.python.org fields:

    activity = <Date 2018-12-31.02:01:37.801>
    actor = 'gregory.p.smith'
    assignee = 'gregory.p.smith'
    closed = True
    closed_date = <Date 2018-12-31.02:01:37.801>
    closer = 'gregory.p.smith'
    components = ['Extension Modules']
    creation = <Date 2016-10-22.07:52:55.782>
    creator = 'EdSchouten'
    dependencies = []
    files = ['45185']
    hgrepos = []
    issue_num = 28503
    keywords = ['patch']
    message_count = 10.0
    messages = ['279186', '304943', '304965', '304966', '305026', '307525', '332774', '332775', '332785', '332786']
    nosy_count = 6.0
    nosy_names = ['gregory.p.smith', 'pitrou', 'benjamin.peterson', 'xdegaye', 'serhiy.storchaka', 'EdSchouten']
    pr_nums = ['4691', '11373', '11373', '11373', '11376', '11376', '11376']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue28503'
    versions = ['Python 3.7', 'Python 3.8']