Debating a "transitional" Python 2.8
Debating a "transitional" Python 2.8
Posted Jan 2, 2014 4:13 UTC (Thu) by Cyberax (✭ supporter ✭, #52523)Parent article: Debating a "transitional" Python 2.8
Well, so does maintaining strict backwards-compatible ABI in Linux.
Python developers should ask themselves what's more important to them: designing a new language or doing something that is useful for the developer community?
Posted Jan 2, 2014 14:40 UTC (Thu)
by vstinner (subscriber, #42675)
[Link] (1 responses)
"Since Python 3.2, a subset of the API has been declared to guarantee a stable ABI."
Before Python 3.2, no effort was put to maintain the stability of the ABI.
With Python 3.3, there is no more narrow or wide build for Unicode strings, but I don't know the impact on the ABI.
Posted Jan 2, 2014 14:46 UTC (Thu)
by Cyberax (✭ supporter ✭, #52523)
[Link]
Stable ABI
http://docs.python.org/3/c-api/stable.html
Stable ABI
