|
|
|
|
|
by adgjlsfhk1
1499 days ago
|
|
python made it's C api visible, so things like reference counting are widely observed by C libraries that interop with python. This makes it much harder to make changes since you can't change the implementation in ways that programs rely on. |
|