| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Another example with my perf project: https://github.com/haypo/perf which has PyPI and Travis CI badges. |
Sorry, something went wrong.
There was a problem hiding this comment.
See also python/core-workflow#22. Can you remove badges in CONTRIBUTING.rst?
Sorry, something went wrong.
Badges are small images which gives the status of the Travis CI and the coverage percentage of Codecode. It helps to check the status of the Travis CI and to get the link to Travis CI. See also https://shields.io/
Done. |
Sorry, something went wrong.
Includes GH-2, pythonGH-70, pythonGH-73, and pythonGH-21.
|
Seems like backport to 3.6 was done in GH-86, so this only needs backport to 3.5 now. |
Sorry, something went wrong.
…lues If a C-function checks a return value of another C-function of type PyObject*, it must handle the case of unwinding. This commit fixes PyObject_Call in abstract.c and simplifies checks in ceval.c. https://bitbucket.org/stackless-dev/stackless/issues/70
…lues If a C-function checks a return value of another C-function of type PyObject*, it must handle the case of unwinding. This commit fixes PyObject_Call in abstract.c. https://bitbucket.org/stackless-dev/stackless/issues/70 (grafted from 113b9eaa4dd219a4f249f082f6772b9e5086e1a5)
…lues Add two assertions to suspicious functions. https://bitbucket.org/stackless-dev/stackless/issues/70 (grafted from bf3fa8395cd10e477bcc20b816cc659f1d5c8c0f)
…lues Fix building with STACKLESS_OFF https://bitbucket.org/stackless-dev/stackless/issues/70 (grafted from 224fa4eb27504dfdb396d901d6d1623e7f441f22)
Update package to run on all versions of Python Closes python#70 See merge request python-devs/importlib_resources!83
| Back | FazBrowse Home | New Git URL |
Badges are small images which gives the status of the Travis CI and
the coverage percentage of Codecode. It helps to check the status of
the Travis CI and to get the link to Travis CI.
See also https://shields.io/