-
# Feature or enhancement
### Proposal:
See full details and discussion in [this Discourse thread](https://discuss.python.org/t/c-api-for-initializing-statically-linked-extension-modules/43396).
…
-
```
What steps will reproduce the problem?
1. Get a PCAP with PPI info (e.g., in Kismet)
2. Try to open it using dpkt with the code on http://www.jjguy.com/pcaputils/
What is the expected output? Wha…
-
```
1. Download
http://code.google.com/p/googlecl/downloads/detail?name=googlecl_0.9.14-2_all.de
b&can=2&q=
2. Install with: $ sudo dpkg -i Downloads/googlecl_0.9.14-2_all.deb && sudo
apt-get instal…
-
```
What steps will reproduce the problem?
1. Get a PCAP with PPI info (e.g., in Kismet)
2. Try to open it using dpkt with the code on http://www.jjguy.com/pcaputils/
What is the expected output? Wha…
-
```
What steps will reproduce the problem?
1. Just launch mycheckpoint
What is the expected output? What do you see instead?
Expected : "New entry added"
See instead : (1054, "Unknown column 'mysql' …
-
In python the convention is to compare enums by identity (`Enum.A is Enum.A` and `Enum.A is not Enum.B`) instead of equality (`Enum.A == Enum.A` and `Enum.A != Enum.B`). However, a straight forward …
-
Just tried to build an own python module with the MinGW gcc shipped with anaconda.
When loading the build module python allocates >4GB memory instantly, freezing the whole computer and freeing it not …
-
I have installed PySide from source on my Debian (testing) and I have installed the lastest version of everpad from github.
```
$ everpad --version
Everpad version: 2.5
API version: 6
Schema version:…
-
# Crash report
### What happened?
WeeChat embeds CPython in order to run Python scripts inside WeeChat. It can load multiple scripts and they each get their own interpreter. When a script is loa…
-
I am testing local releases of the orocos_toolchain repo with `git-bloom-release` from a tarball in an up-to-date Ubuntu Trusty. The first run with debian increment 0 was successful, but after I updat…