-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add integer value functions. * Add proper memory tracking to tests. * Add tests for integer values. * Fix unit test. * Switch to Py_ssize_t * Fix leak in backport of PyErr_SetRaisedException * Add back cast. * Switch to longs. * Bump version to 1.1.0 * Switch to Py_CLEAR * Refactor error return condition. * Fix variable name in refactor. * Explicitly use c_long in unit test. * Fix use of c_ssize_t to c_long * Fix reference leaks in error callbacks. * Remove unneeded cleanup test. * Don't hold strong reference to the gen wrapper. * Nevermind. * Fix double reference count. * Remove memray files. * Update changelog with previous fix. * Apparently that broke everything. * Remove changelog entry. * Revert debug change. * Some small reference fixes. * Use preallocated callbacks for faster awaits. * Fix reference leak with coroutine send(). * Update security policy. * Add test for asyncio.gather() * Update changelog. * Add -W error to Memray tests. * Remove -x flag from tests. * Remove tests for gathering. * Fix missing reference increase in backport of PyErr_SetRaisedException
- Loading branch information
1 parent
ff21d50
commit 2605934
Showing
17 changed files
with
315 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.