4596:28bffa5017f2 | 4605:25851e211cfa |
---|---|
1322 if self.running: | 1322 if self.running: |
1323 self.set_quit() | 1323 self.set_quit() |
1324 self.running = None | 1324 self.running = None |
1325 self.write('{0}{1:d}\n'.format(DebugProtocol.ResponseExit, status)) | 1325 self.write('{0}{1:d}\n'.format(DebugProtocol.ResponseExit, status)) |
1326 if exit: | 1326 if exit: |
1327 self.writestream.close(True) | |
1327 sys.exit(status) | 1328 sys.exit(status) |
1328 | 1329 |
1329 # reset coding | 1330 # reset coding |
1330 self.__coding = self.defaultCoding | 1331 self.__coding = self.defaultCoding |
1331 | 1332 |