William Tracy wrote:
> Yeah, I was curious if there were any actual .c files left. It sounds
> like there isn't, but there's some code in the dark corners that only
> halfway made it through the transition...
Even 3.6 has no .c files ... but 3.7 is much much (much) more object-
oriented. This was in part necessary due to the requirement to eliminate
(almost) all globals, as well as the fact that it's just easier to manage a
large codebase with you're dealing with encapsulated functionality.
-- Chris
Post a reply to this message
|