[Python-Dev] Fix import errors to have data
Greg Ewing
greg at cosc.canterbury.ac.nz
Mon Aug 2 06:49:38 CEST 2004
More information about the Python-Dev mailing list
Mon Aug 2 06:49:38 CEST 2004
- Previous message: [Python-Dev] Fix import errors to have data
- Next message: [Python-Dev] Fix import errors to have data
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> That might be over-cautious. It's probably safe to keep modules whose body > code executed without error. No, it's not. If A and B import each other, and A fails after importing B, then B ends up with a reference to a broken A even though it executed without error. Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg at cosc.canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] Fix import errors to have data
- Next message: [Python-Dev] Fix import errors to have data
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list