Skip to content

Commit

Permalink
bpo-36710: Add tstate parameter in errors.c (GH-13540)
Browse files Browse the repository at this point in the history
Add 'PyThreadState *tstate' parameter to errors.c functions to avoid
relying on global variables (indirectly on _PyRuntime).
  • Loading branch information
vstinner committed May 24, 2019
1 parent d8613dc commit b4bdecd
Showing 1 changed file with 230 additions and 116 deletions.

0 comments on commit b4bdecd

Please sign in to comment.