Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 857969 Details for
Bug 1060338
marshal.load hangs reading a .pyc file
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
test case that reproduces the error
t.py (text/x-python), 580 bytes, created by
Michael K Johnson (@SAS)
on 2014-01-31 20:47:05 UTC
(
hide
)
Description:
test case that reproduces the error
Filename:
MIME Type:
Creator:
Michael K Johnson (@SAS)
Created:
2014-01-31 20:47:05 UTC
Size:
580 bytes
patch
obsolete
>#!/usr/bin/python3 > >import os >import imp >import modulefinder >import sys > >class PycModuleFinder(modulefinder.ModuleFinder): > > def load_file(self, pathname): > ext = os.path.splitext(pathname)[1] > fileType = imp.PY_COMPILED > mode = 'rb' > fp = open(pathname, mode) > stuff = (ext, mode, fileType) > self.load_module('slip.util.__pycache__.__init__.cpython-33', fp, pathname, stuff) > >finder = PycModuleFinder('/') >#import pdb;pdb.set_trace() >finder.load_file('/usr/lib/python3.3/site-packages/slip/util/__pycache__/__init__.cpython-33.pyc') >
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 1060338
: 857969