File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ There are a few functions specific to Python functions.
169
169
before the modification to *func * takes place, so the prior state of *func *
170
170
can be inspected. The runtime is permitted to optimize away the creation of
171
171
function objects when possible. In such cases no event will be emitted.
172
- Although this creates the possitibility of an observable difference of
172
+ Although this creates the possibility of an observable difference of
173
173
runtime behavior depending on optimization decisions, it does not change
174
174
the semantics of the Python code being executed.
175
175
Original file line number Diff line number Diff line change @@ -1060,7 +1060,7 @@ Add ``getbufferproc`` and ``releasebufferproc`` to the stable API.
1060
1060
1061
1061
Some configurable capabilities of sub-interpreters have changed. They always
1062
1062
allow subprocesses (:mod: `subprocess `) now, whereas before subprocesses
1063
- could be optionally disaallowed for a sub-interpreter. Instead
1063
+ could be optionally disallowed for a sub-interpreter. Instead
1064
1064
:func: `os.exec ` can now be disallowed. Disallowing daemon threads is now
1065
1065
supported. Disallowing all threads is still allowed, but is never done by
1066
1066
default. Note that the optional restrictions are only available through
You can’t perform that action at this time.
0 commit comments