Arcadiy Ivanov
Arcadiy Ivanov
Oooffff... Printing the `self.args` makes the assertion go away. ``` def __free(self): try: # It seems that Cython 0.29.13 sometimes miscompiles # self.__dict__.pop('_run', None) ? When we moved this out...
Looks like it's some weirdness in a `traceback` object! Python built with this patch: ```diff $ cat object.patch --- Objects/object.c 2022-10-12 17:34:12.591666507 -0400 +++ Objects/object.new.c 2022-10-12 17:41:53.125468991 -0400 @@ -2229,9...
Full dump of all objects in trashcan: [gc.txt](https://github.com/python/cpython/files/9768904/gc.txt)
The reason `frame` got excluded from having their reference count temporarily bumped to be dumped is because there occurs an assertion in code object here if they are not: https://github.com/python/cpython/blob/450306ed6770d7ffd16cb9128e471677dda9b3d1/Objects/codeobject.c#L771
@jamadden does greenlet by any chance do anything funky with traceback?
Is this plugin still maintained? It should be possible to fill-in username, email and display name upon registration based on OAuth response received, no? "User6" is not really a valid...
If you run with -v and even -X you'll have the results printed to a console. I think that test result printing default level should be adjusted as well to...
Sorry, this I don't buy. PyB prints unit test results live all the time, see: https://travis-ci.org/pybuilder/pybuilder/jobs/369794415 Did you have something else in mind when you talked about "test results"?
Integration tests run differently from the unit tests. I will be reimplementing the way PyB unit, py and integration tests run anyway and will take your request under advisement.
There are several ways of using resources in Python regardless of PyBuilder. Please provide more details about what you're trying and we'll try to figure out how the best to...