cleanup_zope_persistent_registry
Before 3.5.2, zope.interface was broken : it did not remove keys when unregistering adapters or unsubscribing subscribers.
This implies that even when proper unregistration of adapters and subscribers had been done, interfaces were left over, pickled in persistent registries.
This leads to nasty bugs when the code that defined those interfaces is removed from the system.
This package defines a function that cleans up those leftover interfaces. It must be called on a site manager, instance of PersistentComponents like the local site manager of a Plone site:
from zope.component import getSiteManager from cleanup_zope_persistent_registry import cleanup_leftovers site_manager = getSiteManager(my_plone_site) cleanup_leftovers(site_manager)
Tested
Changelog
0.1.1 (2012-10-03)
Fix : cleanup was not properly persisted.
0.1 (2012-08-20)
Initial release.
Release files for cleanup_zope_persistent_registry 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cleanup_zope_persistent_registry-0.1.1.zip | 7.9 kB | Details |
Release files / cleanup_zope_persistent_registry-0.1.1.zip
| Download URL | cleanup_zope_persistent_registry-0.1.1.zip |
|---|---|
| Size | 7.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c7186fd40ff9d4eedb0173c6f8b48c8b3d57371ef438856e834b77bc73a3a60b
|
|
BLAKE2b-256 checksum How to use checksums |
696c13a4448876e8c7970d3e333b111b43daa5d6ed53553584ee66ebfdbbfaa9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |