Dieter Maurer

Results 122 comments of Dieter Maurer

Jens Vagelpohl wrote at 2019-5-26 08:30 -0700: >Dieter, I have seen you mention several times the use of `latin-1` as a "safe" way to decode bytes strings that may be...

@icemac > @d-maurer wrote: > ... > > * (maybe) support `jQuery`'s "modern" parameter serialization (apparently initially invented by `PHP` and now also use by `Ruby on rails`): i.e. `var[]`...

Alessandro Pisa wrote at 2019-9-12 00:19 -0700: >@d-maurer nowadays Python has a built-in signal library and I **think** that the old `Signals` module should just go away. >I already replaced...

Michael Howitz wrote at 2019-9-13 01:24 -0700: >I never used the `Signals` package. If it is useful, I could be resurrected from the `ZServer` grave. > >If possible I'd prefer...

Andreas Jung wrote at 2019-6-17 21:28 -0700: >Plone 5.2RC3, ZODB 5.5.1, Python 3.7 >During a Plone migration over plone.restapi I received this random ZODB error: > ... >2019-06-18 00:02:35,161 ERROR...

Andreas Jung wrote at 2019-6-17 22:26 -0700: >> The index likely contains both "int" and "string" values. Under Python 3, `BTrees` can no longer have keys of different types: `BTrees`...

Andreas Jung wrote at 2019-6-17 23:05 -0700: >> Load the pickles (!) stored for OID 0x52b7. > >How do you load the raw pickle? I look at how the ZODB...

Andreas Jung wrote at 2019-6-17 23:38 -0700: >``` >(Pdb) pickletools.dis(pickle) > 0: \x80 PROTO 3 > 2: c GLOBAL 'BTrees.OOBTree OOBTree' > 26: q BINPUT 0 > 28: . STOP...

Andreas Jung wrote at 2019-6-17 23:54 -0700: > ... >However I raise the question how the ZODB - OOBTrees under Python 3 in particular - could be improved in order...

Andreas Jung wrote at 2019-6-18 00:27 -0700: >There was no Python 2 in the game here. The ZODB was created from scratch under Python 3.7/Plone 5.2RC3 That is very strange....