www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2021/01/30/10:03:34

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E3F94383543A
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1612018973;
bh=QE054PGkj0k5MRB8syyOyszry8XrkQI+Y0MfqIpQocI=;
h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=qTwzNJTbQCxycqHuGh5grhVlL3wpcb+3kDOp/PcvOUf5tOarjOVY/tRzhwYe9Sk+K
kC2LruqlXzgkANjmqryHugTxXKnPFbABvYUZ8MB9S0/jT7b1WAayVTdczoo26/HeTq
N/qa/P+cPZGIzfd9JTMdem1WjmU6vqbC4qgN3nxE=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C42E3383543A
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:subject:from:to:references:message-id:date
:user-agent:mime-version:in-reply-to:content-language
:content-transfer-encoding;
bh=b/E9wS2hNpHBwhnz9PmZtjabpN7iCjdZGu37ZGQQYnE=;
b=sxXPgGRyv3KxN1pDDfQaRqFPToeiec1zRSnAmhzi/OgARkQBC1W+XgV/KyzSm7LnGO
vgmfWJ9c3J4fkceODVRoqKPR0cQsc2LTXb7udeEOQeTwIX3quVbh47Hdc0HBG/pL24t1
jJkylm523od+XNi1d+6b0uWzhV7Y8WifLMLVe5PWjQlSO6Z0CSfjsyjG3/qD9xlDcBR5
H4dmAbY5MhzjX2qP43WYWiBNx3eEAe6UrkUJc5U9JkOsrH4UO0/NYpwxToWWF3me/XcP
s3JdwjdKfd0vb44lhnN5e5bmqulDX1C+C2gCTIcFS6HyN9bGwrWjFQh4oMR4C5aU2qlh
yWfQ==
X-Gm-Message-State: AOAM5323T4IJdk8/D1bph4Dfl//E00xL4r+JXZB1Lii52oujUVnU/jD5
BpdhbRhkYT8LGO5xVHSBpGohu1NHQtY84w==
X-Google-Smtp-Source: ABdhPJyKIztxPNqv7X0WiK2wgRBlXpDq9aOOTr8gtwlD5YF/t/iPqI4eMQ/+47zaB1rDzziOLFt6Cw==
X-Received: by 2002:a17:907:3f29:: with SMTP id
hq41mr9360865ejc.227.1612018969946;
Sat, 30 Jan 2021 07:02:49 -0800 (PST)
Subject: Re: python-cython C++ support patch
To: cygwin AT cygwin DOT com
References: <20210129 DOT 193143 DOT 371461372727925270 DOT trueroad AT trueroad DOT jp>
<7edac602-ab79-7421-f5f8-929c7fa68428 AT gmail DOT com>
<20210130 DOT 222850 DOT 1144915727792964409 DOT trueroad AT trueroad DOT jp>
<ccdd1fe7-b262-9c21-7f46-c358caf2ade7 AT gmail DOT com>
Message-ID: <fdabc333-8ae1-bf05-8ce7-835efbda71e9@gmail.com>
Date: Sat, 30 Jan 2021 16:02:49 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.7.0
MIME-Version: 1.0
In-Reply-To: <ccdd1fe7-b262-9c21-7f46-c358caf2ade7@gmail.com>
X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A,
RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Marco Atzeri via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Errors-To: cygwin-bounces AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

On 30.01.2021 14:58, Marco Atzeri wrote:

> 
> PyMODINIT_FUNC unfortunately dos not work and my changes try
> to overcome it, see similar on
> 
> https://sourceware.org/pipermail/cygwin/2021-January/247211.html
> 
> but your portion is for additional C++ case
> than I am adding in asimilar way
> 
> Regards
> Marco

a test package has been just uploaded.
Try it and tell me if it solves your problem.

Otherwise point me to your C++ code and I will look on it.

Regards
Marco
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019