Skip to content

Commit d7ccbb2

Browse files
committed
update changelog
1 parent e4929ea commit d7ccbb2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@ language runtime. The main focus is on user-observable behavior of the engine.
88
* Implement PyStructSequence_* C API functions
99
* Implement `_functools.partial` as a class instead of a function
1010
* Implement `type.__base__`
11+
* Implement reading C API type attributes `nb_inplace_add`, `nb_remainder`, `nb_subtract`, and `nb_floor_divide` for builtin types
12+
* Implement C API functions `_PyObject_CallFunction_SizeT`, `PyEval_InitThreads`, and `PyEval_ThreadsInitialized`
13+
* Implement writing to a function's `__dict__` field
14+
* Implement the C API thread state fields `overflowed` and `recursion_depth`
15+
* Fix printing of errors in the REPL
16+
* Fix printing full paths in traceback
1117
* Support the C API varargs functions with arbitrary numbers of arguments instead of imposing an upper limit
12-
* Make `function.__dict__` writeable
13-
* Print full paths in traceback
18+
* Improve performance of attribute reads and reading closure variables
1419

1520
## Version 19.1.0
1621

0 commit comments

Comments
 (0)