C API: Clarify which C functions are safe to be called before Py_Initialize() · Issue #76267 · python/cpython (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@vstinner

Description

@vstinner

BPO 32086
Nosy @ncoghlan, @vstinner, @ned-deily, @ericsnowcurrently, @serhiy-storchaka, @AraHaan
Superseder bpo-32096: Py_DecodeLocale() fails if used before the runtime is initialized.

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-11-21.15:49:51.916> created_at = <Date 2017-11-20.14:21:16.388> labels = ['interpreter-core', '3.7', 'release-blocker'] title = 'C API: Clarify which C functions are safe to be called before Py_Initialize()' updated_at = <Date 2017-11-21.15:49:51.914> user = 'https://github.com/vstinner'

bugs.python.org fields:

activity = <Date 2017-11-21.15:49:51.914> actor = 'vstinner' assignee = 'none' closed = True closed_date = <Date 2017-11-21.15:49:51.916> closer = 'vstinner' components = ['Interpreter Core'] creation = <Date 2017-11-20.14:21:16.388> creator = 'vstinner' dependencies = [] files = [] hgrepos = [] issue_num = 32086 keywords = [] message_count = 7.0 messages = ['306544', '306588', '306589', '306590', '306615', '306632', '306657'] nosy_count = 6.0 nosy_names = ['ncoghlan', 'vstinner', 'ned.deily', 'eric.snow', 'serhiy.storchaka', 'Decorater'] pr_nums = [] priority = 'release blocker' resolution = 'duplicate' stage = 'resolved' status = 'closed' superseder = '32096' type = None url = 'https://bugs.python.org/issue32086' versions = ['Python 3.7']