|
|
|
|
|
by coldtea
4319 days ago
|
|
One way might be to make the regular C extension API have a performance drop (e.g use it through some translation layer facade) and introduce a new C extension API alongside it that plays well with the necessary changes in the language. Do you think that will be feasible for Python? |
|