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

Fix some sphinx warnings (#9)#81

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Mariatta merged 1 commit intopython:3.6fromMariatta:gh-9-3.6
Feb 14, 2017
Merged

Conversation

Mariatta
Copy link
Member

  • Fix some deprecation warnings in Doc/conf.py
  • Fix an rst error in Misc/NEWS

Contributed by Ryan Gonzalez@kirbyfan64

(cherry picked from commite7ffb99)

* Fix some deprecation warnings in Doc/conf.py* Fix an rst error in Misc/NEWSContributed by Ryan Gonzalez@kirbyfan64(cherry picked from commite7ffb99)
@MariattaMariatta merged commit9268855 intopython:3.6Feb 14, 2017
@MariattaMariatta deleted the gh-9-3.6 branchFebruary 14, 2017 14:11
akruis pushed a commit to akruis/cpython that referenced this pull requestSep 9, 2017
…er shutdown codeFix the implementation to work as documented if a thread dies. NowStackless kills only tasklets with a nesting level > 0. During interpretershutdown stackless additionally kills daemon threads, if they execute Python code orswitch tasklets. This prevents access violations after clearing the thread states.Add a 1ms sleep for each daemon thread. This way the thread gets a betterchance to run. Thanks to Kristján Valur Jónsson for suggesting this improvement.Add a test case for a C assertion violation during thread shutdown.Add some explanatory comments to the shutdown test case.Thanks to Christian Tismer for the sugestion.https://bitbucket.org/stackless-dev/stackless/issues/81https://bitbucket.org/stackless-dev/stackless/issues/89(grafted from 2cc41427a347a1ebec4eedc3db06a3664e67f798, 1388a2003957,6140f5aaca2c and edc9b92ec457)
akruis pushed a commit to akruis/cpython that referenced this pull requestSep 9, 2017
…er versions of Python 3.The 2.7 detector hook (cleanup of codecs search path) does not work with Python 3.3 and later.Adapt the test cases to use a different hook (builtins._).
akruis pushed a commit to akruis/cpython that referenced this pull requestSep 9, 2017
…during shutdownSince issuepython#81 Stackless 2.7 raises TaskletExit in daemon threads during interpreter shutdown.This prevents later crashes (i.e. segfaults). In Python 3 this precautions are no longer requiredand break the CPython test case test.test_threading.ThreadJoinOnShutdown.test_6_daemon_threads.This changeset removes the code, that raises TaskletExit.
akruis pushed a commit to akruis/cpython that referenced this pull requestSep 9, 2017
akruis pushed a commit to akruis/cpython that referenced this pull requestSep 9, 2017
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@berkerpeksagberkerpeksagberkerpeksag approved these changes

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
@Mariatta@berkerpeksag@the-knights-who-say-ni@refi64

[8]ページ先頭

©2009-2025 Movatter.jp