The allowedClientCallbacks list in browser.pyx is missing these entries and thus Browser.SetClientCallback fails to set these callbacks. To get around the issue use such code to set them:
browser.clientCallbacks["OnContextCreated"] = myhandler.OnContextCreated