Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bpo-38317: Fix PyConfig.warnoptions priority#16478

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:config_warnoptions
Sep 29, 2019
Merged

bpo-38317: Fix PyConfig.warnoptions priority#16478
vstinner merged 1 commit intopython:masterfrom
vstinner:config_warnoptions

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commentedSep 29, 2019
edited by bedevere-bot
Loading

Fix warnings options priority: PyConfig.warnoptions has the highest
priority, as stated in the PEP 587.

  • Document options order in PyConfig.warnoptions documentation.
  • Make PyWideStringList_INIT macro private: replace "Py" prefix
    with "_Py".
  • test_embed: add test_init_warnoptions().

https://bugs.python.org/issue38317

Fix warnings options priority: PyConfig.warnoptions has the highestpriority, as stated in the PEP 587.* Document options order in PyConfig.warnoptions documentation.* Make PyWideStringList_INIT macro private: replace "Py" prefix  with "_Py".* test_embed: add test_init_warnoptions().
@vstinnervstinner merged commitfb4ae15 intopython:masterSep 29, 2019
@vstinnervstinner deleted the config_warnoptions branchSeptember 29, 2019 23:40
@miss-islington
Copy link
Contributor

Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestSep 29, 2019
Fix warnings options priority: PyConfig.warnoptions has the highestpriority, as stated in the PEP 587.* Document options order in PyConfig.warnoptions documentation.* Make PyWideStringList_INIT macro private: replace "Py" prefix  with "_Py".* test_embed: add test_init_warnoptions().(cherry picked from commitfb4ae15)Co-authored-by: Victor Stinner <vstinner@redhat.com>
@bedevere-bot
Copy link

GH-16479 is a backport of this pull request to the3.8 branch.

miss-islington added a commit that referenced this pull requestSep 29, 2019
Fix warnings options priority: PyConfig.warnoptions has the highestpriority, as stated in the PEP 587.* Document options order in PyConfig.warnoptions documentation.* Make PyWideStringList_INIT macro private: replace "Py" prefix  with "_Py".* test_embed: add test_init_warnoptions().(cherry picked from commitfb4ae15)Co-authored-by: Victor Stinner <vstinner@redhat.com>
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull requestDec 5, 2019
Fix warnings options priority: PyConfig.warnoptions has the highestpriority, as stated in the PEP 587.* Document options order in PyConfig.warnoptions documentation.* Make PyWideStringList_INIT macro private: replace "Py" prefix  with "_Py".* test_embed: add test_init_warnoptions().
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@vstinner@miss-islington@bedevere-bot@the-knights-who-say-ni

Comments


[8]ページ先頭

©2009-2026 Movatter.jp