Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 191554 Details for
Bug 268947
dev-libs/cryptlib[python], dev-python/cryptlib_py breaks when compiled with optimizations
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
example of failing script
test.py (text/plain), 272 bytes, created by
Davide Pesavento (RETIRED)
on 2009-05-17 14:04:48 UTC
(
hide
)
Description:
example of failing script
Filename:
MIME Type:
Creator:
Davide Pesavento (RETIRED)
Created:
2009-05-17 14:04:48 UTC
Size:
272 bytes
patch
obsolete
>#!/usr/bin/env python ># -*- coding: utf-8 -*- > >from cryptlib_py import * > >cryptInit() > >privKeyContext = cryptCreateContext(CRYPT_UNUSED, CRYPT_ALGO_RSA) >privKeyContext.CTXINFO_LABEL = "foo" >cryptGenerateKey(privKeyContext) >cryptDestroyContext(privKeyContext) > >cryptEnd() >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 268947
:
190697
| 191554 |
191565