Hello,
I've encountered a strange bug that appears to be either in gcc's gomp
implementation or in how python loads extension modules linked against
gomp. Here's the error:
Using gcc (multiple versions) on linux, I compile an empty c extension
module and pass -lgomp as a linker arg. If I import
On Sat, Feb 19, 2011 at 1:03 PM, Jarrod Millman wrote:
> On Fri, Feb 18, 2011 at 8:55 PM, Darren Dale wrote:
>> * Jarrod offered to contribute to the docs to describe the recommended
>> workflow.
>
> I did a first pass at changing the documentation from describing svn
> to git (including adding gi
On Fri, Feb 18, 2011 at 8:55 PM, Darren Dale wrote:
> * Jarrod offered to contribute to the docs to describe the recommended
> workflow.
I did a first pass at changing the documentation from describing svn
to git (including adding gitwash) and generated a pull request:
https://github.com/matplot