Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install experimental.broken

How to install experimental.broken

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install experimental.broken
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.5 Available View build log
0.2 Available View build log
Windows (64-bit)
0.5 Available View build log
0.2 Available View build log
Mac OS X (10.5+)
0.5 Available View build log
0.2 Available View build log
Linux (32-bit)
0.5 Available View build log
0.2 Available View build log
Linux (64-bit)
0.5 Available View build log
0.2 Available View build log
 
License
ZPL
Depended by
Lastest release
version 0.5 on Nov 8th, 2011

WARNING! This package is highly experimental and should not be used by anyone but experts in the inner workings of the ZCA and the ZODB and it should never be used in production.

The handling of broken objects by the ZODB can make an application with add-ons that use zope.interface far too fragile. If marker interfaces from an add-on are used on objects in the ZODB, removing that add-on can make any zope.interface operation on that object fail. Even worse, if an add-on registers any components in a registry in the ZODB, that entire registry will become unusable for any ZCA operations.

Since the interfaces and the ZCA are often core parts of an application using the ZODB, it may be appropriate to add special handling for broken objects to those services.The patches included in this package attempt to do just that.

For objects in the ZODB which directly provide a marker interface, these patches allow that object to behave as without the application of the marker interface if the interface is no longer available. If the interface is made available again, the full behavior of that interface is restored. Similarly, if a component whose class, provided interface, or required interfaces are missing, these patches allow the registry to perform lookups it would have been able to do without the broken component registration. If the component class, provided interface, and required interfaces are restored, then the component registration is fully restored. If an object or registry in the ZODB is committed to the ZODB with broken interfaces or components, the commit will succeed and it is still possible to fully restore previous behavior if the missing classes and interfaces are restored.

The one exception is when the class of a non-persistent component registered in a persistent registry is removed, the registry cannot be successfully committed back to the ZODB. IOW, if your persistent registry contains a registration for a component whose base classes do not include persistent.Persistent, then you'll be able to use the registry but you won't be able to make any changes to the registry without first removing the broken component registration.

The intention of this package is to see if the implementation of broken object handling is correct and robust enough to merge into zope.interface and zope.component themselves. IOW, when this code is found to be robust enough to use more widely, this package won't be the home for it. So once again, unless you are a senior Zope developer, do not use these patches.

If you want to try this package out, work only on a copy of your ZODB, never on the live data, and simply add this package to your instance's eggs. It uses z3c.autoinclude to automatically apply the patches under a Plone instance.

Changelog

0.5 - 2011-11-07
  • Update ZCML to include newer patches. [rossp]
0.4 - 2011-11-07
  • Fix ZODB.broken.Broken pickling so that non-persistent component registrations don't interfere with committing changes to a persistent registry. [rossp]
0.3 - 2011-11-07
  • Pickle broken interfaces in such a way that they can be unpickled without this package being installed. [rossp]
  • Fix component registrations such that they can be used to unregister broken registrations. [rossp]
0.2 - 2011-11-06
  • Add configure.zcml and z3c.autoinclude support for applying the patches under Plone. [rossp]
0.1 - 2011-11-06
  • Initial release. [rossp]

Subscribe to package updates

Last updated Nov 8th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.