Skip to content

Commit bd9c365

Browse files
Third times the charm…?
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent a6d5251 commit bd9c365

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Fix :data:`sys.flags.inspect` not being set when :envvar:`PYTHONINSPECT` is 0.
1+
Set :data:`sys.flags.inspect` to ``1`` when :envvar:`PYTHONINSPECT` is ``0``.
2+
Previously, it was set to ``0`` in this case.

0 commit comments

Comments
 (0)