A note about EX_OK and friends in the posixmodule.
This commit is contained in:
parent
6d0d3655af
commit
f8ba39c4c0
|
@ -21,6 +21,8 @@ Core and builtins
|
||||||
Extension modules
|
Extension modules
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
- os/posixmodule has grown the sysexits.h constants (EX_OK and friends).
|
||||||
|
|
||||||
- Fixed broken threadstate swap in readline that could cause fatal
|
- Fixed broken threadstate swap in readline that could cause fatal
|
||||||
errors when a readline hook was being invoked while a background
|
errors when a readline hook was being invoked while a background
|
||||||
thread was active. (SF bugs #660476 and #513033.)
|
thread was active. (SF bugs #660476 and #513033.)
|
||||||
|
|
Loading…
Reference in New Issue