Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!feed.xsnews.nl!border-1.ams.xsnews.nl!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python': 0.09; 'received:internal': 0.09; 'variables,': 0.09; 'void*': 0.09; 'subject:python': 0.11; 'message-id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:mail.srv.osa': 0.16; 'received:messagingengine.com': 0.16; 'received:nyi.mail.srv.osa': 0.16; 'received:osa': 0.16; 'received:srv.osa': 0.16; 'variables': 0.17; 'header:In-Reply- To:1': 0.25; 'guess': 0.27; 'subject: ?': 0.30; 'could': 0.32; 'to:addr:python-list': 0.33; 'except': 0.36; 'wanted': 0.36; 'compare': 0.36; 'does': 0.37; 'subject:: ': 0.38; 'received:10': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'you.': 0.61; 'header:Message-Id:1': 0.62; '*really*': 0.84; 'casting': 0.84; 'subject:available': 0.96 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=KpBfi2QC7TNMG8lJnohGYtI2xpo=; b=bUjbR TRUBOO2OzgukQTLM+iGaktA+/q0AdJHs9t3JqC1odr2pu75R66hAG8KlN8XOY3VM Pmv0jBqBgOmhpQVzRncVsVjNvIfD4cIJOSBOS2bRP6ZpzVAPRhg1rbxgB5ZLNbSi kFJ9Pyyut7HUKLAycKlC9K/RSej+7UQtOZ8XjU= X-Sasl-Enc: 8vZilxHuYNy+it/pvJA+vIZKejdNi9YO5octlN/HyxJR 1357569153 From: marduk To: python-list@python.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-33d24f93 Subject: Re: Over 30 types of variables available in python ? Date: Mon, 07 Jan 2013 09:32:33 -0500 In-Reply-To: <50ea9ac2$0$21851$c3e8da3$76491128@news.astraweb.com> References: <1357513931.54941.YahooMailNeo@web125504.mail.ne1.yahoo.com> <50ea9ac2$0$21851$c3e8da3$76491128@news.astraweb.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 3 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1357569156 news.xs4all.nl 6871 [2001:888:2000:d::a6]:55097 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:36352 So I guess if one *really* wanted to compare C variables to Python variables, you could say that all python variables are of type void* except Python does all mallocs/frees and the casting for you.