-
Updating from version 4.0.0 to 4.1.0 in our application leads to a segmentation fault when starting the test runner.
Python: 3.11
psycopg2: 2.9.9
zope.testrunner: 6.5
Output when running with …
-
From https://github.com/zestsoftware/plonescripts:
---
catalogoptimize.py
Created by Hanno Slichting and Helge Tesdal. This optimises the btree data structure of the portal_catalog. Over time t…
-
```
Getting distribution for 'AccessControl==5.0'.
src/AccessControl/cAccessControl.c:2202:7: warning: code will never be executed
[-Wunreachable-code]
unauthErr(name, v);
^~~~~~~~~
```
first…
-
On building my packages I'm using `sphinx-build` command with `-n` switch which shows warmings about missing references. These are not critical issues.
Here is the output with warnings:
```con…
-
BTrees 4.x no longer supports keys which are not orderable.
In Python 3 deleting objects which such a key is not supported.
Thus we should support it during the conversion:
* add an ability to wa…
-
The following modules (file) can be separated in order to make the system overview simple..
- btrees.lisp
- queue.lisp
- p-btrees.lisp
- heap.lisp
- serialize.lisp
serialize.lisp actually depends on …
m2ym updated
13 years ago
-
Hi, some warning during installation on mac OS 10.13.6 - Python 3.7.7 with minimal buildout.cfg as in documentation.
src/ExtensionClass/_ExtensionClass.c:800:33: warning: comparison of integers of
…
-
This was requested on the BTrees mailing list:
> On Mar 14, 2019, at 13:16, Tres Seaver wrote:
>> On 3/14/19 10:28 AM, Qiwen Chen wrote:
>>Is there an easy to extend the F (32-bit C float) type…
-
It would be awesome if BTrees implemented the [____reversed____](https://docs.python.org/3/reference/datamodel.html#object.__reversed__) method.
```python
from collections import Reversible
from BT…
-
Historically my company has used `uuid4` to identify its data. So right now we use uuid strings as OOBtree keys, but the BTrees documentation advises that we can also use `data structures specialized …