[Types-sig] New syntax?

Skip Montanaro skip@mojam.com (Skip Montanaro)
Thu, 16 Dec 1999 15:39:45 -0600 (CST)


    Paul> Separate files are a necessity to handle C-coded types.

    Martijn> Um? Why?

My guess is so that declaration and definition are separated.  If
"definition" roughly means "import", you'd like to get at an object's
interface without actually importing (or perhaps even parsing it?) the
module it is defined in and risking the side effects of import.

Skip Montanaro | http://www.mojam.com/
skip@mojam.com | http://www.musi-cal.com/
847-971-7098   | Python: Programming the way Guido indented...