Skip to content
python logo

Python

Python is a dynamically typed programming language designed by Guido van Rossum. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.

Here are 37,963 public repositories matching this topic...

arnonmoscona
arnonmoscona commented Mar 25, 2019

Description

When using RabbitMQ, the confirm_publish argument to the transport layer defaults to False (this is the default of py-amqp). When RabbitMQ is stressed (hit the memory high water mark, or out of disk space) it would start dropping messages. When confirm_publish is False this results in silent message loss when invoking Celery tasks (publish side). Calls to apply_async() o

scapy
gpotter2
gpotter2 commented Jul 21, 2019

Project "Hinty" aims at adding Type hints to Scapy. It will help discover bugs, improve the API, and make Scapy up-to-date with the high standards of Python libraries.

Implementation

We use mypy to ensure automatic testing of the work that has already been completed. PRs that fall under project Hinty will process one (or a few) files and register them into the checks. The file

You can’t perform that action at this time.